Cross Side Scripting.html


* created: 2026-04-22T16:36
* modified: 2026-04-22T16:47

title

Title

description

Description

Cross Side Scripting

A vulnerability that allows an attacker to inject code into your site, which then gets served to a victim. This allows the attacker to run arbitrary code snippets on the victim's machine. The attacker could achieve this by providing a link that contains an HTTP GET parameter with malicious code that executes when the victim clicks on it.

You can protect against this by sanatizing all inputs before rendering them.